Skip to content

deps-dev: Bump @playwright/test to ~1.53.2 #16803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mydea
Copy link
Member

@mydea mydea commented Jul 3, 2025

Updates this so we get newest browsers etc. Also aligns version everywhere again.

@mydea mydea self-assigned this Jul 3, 2025
@@ -4,10 +4,4 @@ window.Sentry = Sentry;

Sentry.init({
dsn: 'https://public@dsn.ingest.sentry.io/1337',
transportOptions: {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are no longer needed because this was fixed in a playwright update

@mydea mydea force-pushed the fn/update-playwright-2 branch from da3fafb to ddc5a2b Compare July 7, 2025 11:36
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Missing Sentry Test Utils in SolidStart E2E Tests

The @sentry-internal/test-utils dependency was accidentally removed from the devDependencies of four SolidStart e2e test applications (solidstart-top-level-import, solidstart, solidstart-dynamic-import, solidstart-spa) during a Playwright version upgrade. This dependency is crucial for test utilities, and its removal, inconsistent with other similar test applications, will likely break tests.

dev-packages/e2e-tests/test-applications/solidstart-top-level-import/package.json#L16-L19

},
"devDependencies": {
"@playwright/test": "~1.53.2",
"@solidjs/meta": "^0.29.4",

dev-packages/e2e-tests/test-applications/solidstart/package.json#L16-L19

},
"devDependencies": {
"@playwright/test": "~1.53.2",
"@solidjs/meta": "^0.29.4",

dev-packages/e2e-tests/test-applications/solidstart-dynamic-import/package.json#L16-L19

},
"devDependencies": {
"@playwright/test": "~1.53.2",
"@solidjs/meta": "^0.29.4",

dev-packages/e2e-tests/test-applications/solidstart-spa/package.json#L16-L19

},
"devDependencies": {
"@playwright/test": "~1.53.2",
"@solidjs/meta": "^0.29.4",

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant